Skip to content

Commit

Permalink
Add version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Feb 27, 2024
1 parent a2291c2 commit 176c775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform=$BUILDPLATFORM alpine:latest

ARG TARGETARCH
ARG VERSION=1.0.0
ARG VERSION=1.0.1
ARG RELEASES_URL="https://github.com/ErdemOzgen/blackdagger/releases"
ARG TARGET_FILE="dagu_${VERSION}_linux_${TARGETARCH}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion internal/constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

var (
Version = "1.0.0"
Version = "1.0.1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func main() {
cmd.Execute()
}

var version = "1.0.0"
var version = "1.0.1"

func init() {
constants.Version = version
Expand Down

0 comments on commit 176c775

Please sign in to comment.