Skip to content

Commit

Permalink
dgit v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djmoch committed Nov 6, 2023
1 parent 9cdea36 commit 1be0c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dgit/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
version = "0.1.1-dev0"
version = "0.1.0"

// Taken from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
reString = `^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$`
Expand Down

0 comments on commit 1be0c43

Please sign in to comment.