1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Bump version number

This commit is contained in:
Anthony Lapenna 2016-06-02 18:14:03 +12:00
parent 324f36513e
commit b3b3feac66
3 changed files with 5 additions and 4 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', 'v0.11.0');
.constant('UI_VERSION', 'v1.0.0');