diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7bf829e..0ea8ccc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.17 +current_version = 0.0.18 commit = True tag = True diff --git a/deployment/helm/charts/ldapmanager/Chart.yaml b/deployment/helm/charts/ldapmanager/Chart.yaml index a73d557..5130b86 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.17 +version: 0.0.18 # 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.17 +appVersion: 0.0.18 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 0be2931..9966f5d 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.17" + tag: "v0.0.18" imagePullSecrets: [] nameOverride: "" diff --git a/frontend/package.json b/frontend/package.json index 76acd26..37308e8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "0.0.17", + "version": "0.0.18", "private": true, "scripts": { "serve": "./gen-protos.sh vue-cli-service serve", diff --git a/ldap_manager.go b/ldap_manager.go index 980a71d..ae99922 100644 --- a/ldap_manager.go +++ b/ldap_manager.go @@ -11,7 +11,7 @@ import ( ) // Version is incremented using bump2version -const Version = "0.0.17" +const Version = "0.0.18" // LDAPManager ... type LDAPManager struct {