Skip to content
Snippets Groups Projects
Commit 256b77c7 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

missed the one go file with an embedded version

parent 0fd8725f
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1579updating and testing Sam's bumpversion work
Pipeline #14299 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Docs: https://callowayproject.github.io/bump-my-version/ # Docs: https://callowayproject.github.io/bump-my-version/
# NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version # NB: Run with `--ignore-missing-version` flag to ignore PyCAPO's version
[tool.bumpversion] [tool.bumpversion]
current_version = "2.8.2.3rc1" current_version = "2.8.2.4dev0"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.
...@@ -66,3 +66,6 @@ replace = "RELEASE_VERSION: {new_version}" ...@@ -66,3 +66,6 @@ replace = "RELEASE_VERSION: {new_version}"
[[tool.bumpversion.files]] [[tool.bumpversion.files]]
filename = "services/workflow/gitlab-requirements.txt" filename = "services/workflow/gitlab-requirements.txt"
[[tool.bumpversion.files]]
filename = "apps/cli/executables/go/spelunker/main.go"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment