1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

Version bump, 0.10.1-beta

This commit is contained in:
Kevan Ahlquist 2016-04-02 21:04:51 -05:00
parent 5f3d856535
commit a67206dd8d
3 changed files with 3 additions and 3 deletions

View file

@ -96,4 +96,4 @@ angular.module('dockerui', [
// 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.9.0-beta');
.constant('UI_VERSION', 'v0.10.1-beta');