diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 68e6004..638a7f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.3 +current_version = 1.8.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[a-z]+))? commit = True tag = False diff --git a/sonar-project.properties b/sonar-project.properties index 36e6393..e67d06a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,5 @@ sonar.projectKey=marvinscham_disenchanter_AY088C575jK4ghmshIlp -sonar.projectVersion=v1.7.3 +sonar.projectVersion=v1.8.0 sonar.sources=. sonar.sourceEncoding=UTF-8 diff --git a/src/main.rb b/src/main.rb index edb37ce..6f374a7 100644 --- a/src/main.rb +++ b/src/main.rb @@ -17,7 +17,7 @@ def run check_build_env - current_version = 'v1.7.3' + current_version = 'v1.8.0' stat_tracker = StatTracker.new client = Client.new(stat_tracker, current_version)