Skip to content

Commit

Permalink
Bump version: 0.0.18 → 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Sep 9, 2020
1 parent 2cb9c57 commit 2e5d8bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.18
current_version = 0.0.19
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/charts/ldapmanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# verison is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.18
version: 0.0.19

# appVersion is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.0.18
appVersion: 0.0.19

icon: https://romnnn.github.io/ldap-manager/icon/icon_lg.jpg

Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/charts/ldapmanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ image:
repository: romnn/ldap-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.18"
tag: "v0.0.19"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldap-manager",
"version": "0.0.18",
"version": "0.0.19",
"private": true,
"scripts": {
"serve": "./gen-protos.sh vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion ldap_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// Version is incremented using bump2version
const Version = "0.0.18"
const Version = "0.0.19"

// LDAPManager ...
type LDAPManager struct {
Expand Down

0 comments on commit 2e5d8bc

Please sign in to comment.