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

Merge tag '1.14.3' into develop

Release 1.14.3
This commit is contained in:
Anthony Lapenna 2017-09-27 19:43:11 +02:00
commit 9c10a1def2
4 changed files with 5 additions and 5 deletions

View file

@ -348,7 +348,7 @@ type (
const (
// APIVersion is the version number of the Portainer API.
APIVersion = "1.14.2"
APIVersion = "1.14.3"
// DBVersion is the version number of the Portainer database.
DBVersion = 6
// DefaultTemplatesURL represents the default URL for the templates definitions.