Skip to content

Commit bc6407d

Browse files
committed
Updating version info in version.go
Signed-off-by: Dhiraj Gedam <dhiraj.gedam@citrix.com>
1 parent b5c41a0 commit bc6407d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build customization
33
builds:
44
- binary: citrix-xds-adaptor
5-
main: ./xds-adaptor/main.go
5+
main: ./xds-adaptor
66
goos:
77
- windows
88
- darwin

xds-adaptor/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ limitations under the License.
1313

1414
package main
1515

16-
var xdsAdaptorVersion string
17-
var lastCommitID string
16+
var xdsAdaptorVersion string = "v0.9.5-beta"
17+
var lastCommitID string = "b688c574a92a0b5c59ef70160afbebc4aa169983"

0 commit comments

Comments
 (0)