Skip to content

Commit

Permalink
Change Results version to 1.12.[0-9]* instead of 1.12.[0-9]*-[0-9]*
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and savitaashture committed Sep 21, 2024
1 parent c60f2c5 commit 99ccbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PAC_VERSION := $(shell sed -n '/[ ]*github.com\/openshift-pipelines\/pipelines-as-code v[0-9]*\.[0-9]*\.[0-9]*/ { s/.* v//;p ;}' go.mod)
TKN_VERSION := $(shell sed -n '/[ ]*github.com\/tektoncd\/cli v[0-9]*\.[0-9]*\.[0-9]*/ { s/.* v//;p ;}' go.mod)
RESULTS_VERSION := $(shell sed -n '/[ ]*github.com\/tektoncd\/results v[0-9]*\.[0-9]*\.[0-9]*/ { s/.* v//;p ;}' go.mod)
RESULTS_VERSION := $(shell sed -n '/[ ]*github.com\/tektoncd\/results v[0-9]*\.[0-9]*\.[0-9]*/ { s/^.*v\([0-9.]*\).*/\1/;p ;}' go.mod)
MAG_VERSION := $(shell sed -n '/[ ]*github.com\/openshift-pipelines\/manual-approval-gate v[0-9]*\.[0-9]*\.[0-9]*/ { s/.* v//;p ;}' go.mod)

GO := go
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pac": "0.28.0", "tkn": "0.38.1", "results": "0.12.1-0.20240920090600-058590c582ea", "manualapprovalgate": "0.3.0", "opc": "devel"}
{"pac": "0.28.0", "tkn": "0.38.1", "results": "0.12.1", "manualapprovalgate": "0.3.0", "opc": "devel"}

0 comments on commit 99ccbf0

Please sign in to comment.