Skip to content

Commit

Permalink
bump version to 2.18.4 (#9159)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhat83 committed Jul 6, 2023
1 parent d508052 commit a5bb862
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/datastore/test_data/output_24_to_latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,6 @@
}
],
"version": {
"VERSION": "{\"SchemaVersion\":\"2.18.3\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
"VERSION": "{\"SchemaVersion\":\"2.18.4\",\"MigratorCount\":0,\"Edition\":1,\"InstanceID\":\"463d5c47-0ea5-4aca-85b1-405ceefee254\"}"
}
}
2 changes: 1 addition & 1 deletion api/http/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type Handler struct {
}

// @title PortainerCE API
// @version 2.18.3
// @version 2.18.4
// @description.markdown api-description.md
// @termsOfService

Expand Down
2 changes: 1 addition & 1 deletion api/portainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ type (

const (
// APIVersion is the version number of the Portainer API
APIVersion = "2.18.3"
APIVersion = "2.18.4"
// Edition is what this edition of Portainer is called
Edition = PortainerCE
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
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": "2.18.3",
"version": "2.18.4",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"
Expand Down

0 comments on commit a5bb862

Please sign in to comment.