Files
miller/update-VERSION.diff
Scott Bradnick d7b852b87d Accepting request 1194734 from home:sbradnick
- Update to version 6.12.0+git20240819.bdd26736a:
  * Bump codespell-project/actions-codespell from 2.0 to 2.1 (#1622)
  * RS aliases for ASCII top-of-table control characters are misnamed (#1620)
  * Bump github/codeql-action from 3.26.1 to 3.26.2 (#1617)
  * Bump github/codeql-action from 3.26.0 to 3.26.1 (#1615)
  * lib/regex: use string version of regexp methods to reduce allocs (#1614)
  * Bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1613)
  * Bump golang.org/x/text from 0.16.0 to 0.17.0 (#1611)
  * Bump github/codeql-action from 3.25.15 to 3.26.0 (#1610)
  * Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#1609)
  * Bump golang.org/x/term from 0.22.0 to 0.23.0 (#1612)

- Adding update-VERSION.diff file so 'osc service mr' updates the version
  using 'replace_using_env'

OBS-URL: https://build.opensuse.org/request/show/1194734
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=60
2024-08-19 14:55:15 +00:00

9 lines
415 B
Diff

--- pkg/version/version.go.smb 2024-06-12 11:04:47.211778738 -0400
+++ pkg/version/version.go 2024-06-12 11:05:24.459167210 -0400
@@ -4,4 +4,4 @@
// Nominally things like "6.0.0" for a release, then "6.0.0-dev" in between.
// This makes it clear that a given build is on the main dev branch, not a
// particular snapshot tag.
-var STRING string = "6.12.0-dev"
+var STRING string = "6.12.0+git20240819.bdd26736a"