1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

bump version number

This commit is contained in:
Anthony Lapenna 2016-06-14 14:36:20 +12:00
parent 6d163ee1ef
commit e7a836a6b2
3 changed files with 3 additions and 3 deletions

View file

@ -113,4 +113,4 @@ angular.module('uifordocker', [
// You need to set this to the api endpoint without the port i.e. http://192.168.1.9
.constant('DOCKER_ENDPOINT', 'dockerapi')
.constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243
.constant('UI_VERSION', 'v1.0.1');
.constant('UI_VERSION', 'v1.0.2');