Skip to content

Commit

Permalink
chore(version): bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Dec 4, 2019
1 parent 36020dd commit bba13f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/portainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ type (

const (
// APIVersion is the version number of the Portainer API
APIVersion = "1.23.0"
APIVersion = "1.24.0-dev"
// DBVersion is the version number of the Portainer database
DBVersion = 22
// AssetsServerURL represents the URL of the Portainer asset server
Expand Down
4 changes: 2 additions & 2 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ info:
**NOTE**: You can find more information on how to query the Docker API in the [Docker official documentation](https://docs.docker.com/engine/api/v1.30/) as well as in [this Portainer example](https://gist.github.com/deviantony/77026d402366b4b43fa5918d41bc42f8).
version: "1.23.0"
version: "1.24.0-dev"
title: "Portainer API"
contact:
email: "[email protected]"
Expand Down Expand Up @@ -3174,7 +3174,7 @@ definitions:
description: "Is analytics enabled"
Version:
type: "string"
example: "1.23.0"
example: "1.24.0-dev"
description: "Portainer API version"
PublicSettingsInspectResponse:
type: "object"
Expand Down
2 changes: 1 addition & 1 deletion api/swagger_config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageName": "portainer",
"packageVersion": "1.23.0",
"packageVersion": "1.24.0-dev",
"projectName": "portainer"
}
2 changes: 1 addition & 1 deletion distribution/portainer.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: portainer
Version: 1.23.0
Version: 1.24.0-dev
Release: 0
License: Zlib
Summary: A lightweight docker management UI
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "1.23.0",
"version": "1.24.0-dev",
"repository": {
"type": "git",
"url": "[email protected]:portainer/portainer.git"
Expand Down

0 comments on commit bba13f6

Please sign in to comment.