diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 81ba310..dd8e8de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.21 +current_version = 0.0.22 commit = True tag = True diff --git a/deployment/helm/charts/ldapmanager/Chart.yaml b/deployment/helm/charts/ldapmanager/Chart.yaml index 36d1687..8508f0a 100644 --- a/deployment/helm/charts/ldapmanager/Chart.yaml +++ b/deployment/helm/charts/ldapmanager/Chart.yaml @@ -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.21 +version: 0.0.22 # 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.21 +appVersion: 0.0.22 icon: https://romnnn.github.io/ldap-manager/icon/icon_lg.jpg diff --git a/deployment/helm/charts/ldapmanager/values.yaml b/deployment/helm/charts/ldapmanager/values.yaml index d407f31..1fc5991 100644 --- a/deployment/helm/charts/ldapmanager/values.yaml +++ b/deployment/helm/charts/ldapmanager/values.yaml @@ -85,7 +85,7 @@ image: repository: romnn/ldap-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.21" + tag: "v0.0.22" imagePullSecrets: [] nameOverride: "" diff --git a/frontend/package.json b/frontend/package.json index 28632aa..1d7b8d0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ldap-manager", - "version": "0.0.21", + "version": "0.0.22", "private": true, "scripts": { "serve": "./gen-protos.sh vue-cli-service serve", diff --git a/ldap_manager.go b/ldap_manager.go index a70f7e7..8109da9 100644 --- a/ldap_manager.go +++ b/ldap_manager.go @@ -11,7 +11,7 @@ import ( ) // Version is incremented using bump2version -const Version = "0.0.21" +const Version = "0.0.22" // LDAPManager ... type LDAPManager struct {