1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2016-08-18 15:47:18 +12:00
parent 0c5e98b47d
commit 954a6a11b7
4 changed files with 4 additions and 4 deletions

View file

@ -156,4 +156,4 @@ angular.module('uifordocker', [
.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('CONFIG_ENDPOINT', 'settings')
.constant('UI_VERSION', 'v1.6.0');
.constant('UI_VERSION', 'v1.7.0');