Skip to content

Commit

Permalink
(v0.4.1) Automated packaging of release by Packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
packagr-io[bot] committed May 9, 2022
1 parent c397a32 commit 90e5d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14
github.com/citilinkru/libudev v1.0.0
github.com/citilinkru/libudev v1.0.0 // indirect
github.com/containrrr/shoutrrr v0.4.4
github.com/fatih/color v1.10.0
github.com/gin-gonic/gin v1.6.3
Expand Down
2 changes: 1 addition & 1 deletion webapp/backend/pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.4.0"
const VERSION = "0.4.1"

0 comments on commit 90e5d21

Please sign in to comment.