Skip to content

Commit

Permalink
set version for 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abtreece committed Feb 8, 2023
1 parent 85f8b7b commit e8be288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/confd/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const Version = "0.19.2-dev"
const Version = "0.19.2"

// We want to replace this variable at build time with "-ldflags -X main.GitSHA=xxx", where const is not supported.
var GitSHA = ""

0 comments on commit e8be288

Please sign in to comment.