Skip to content

Commit

Permalink
(v0.4.6) 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 20, 2022
1 parent 601d632 commit 65d3104
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,6 @@ go 1.17

require (
github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14
github.com/citilinkru/libudev v1.0.0
github.com/containrrr/shoutrrr v0.4.4
github.com/fatih/color v1.10.0
github.com/gin-gonic/gin v1.6.3
Expand All @@ -25,6 +24,7 @@ require (

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/citilinkru/libudev v1.0.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
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.5"
const VERSION = "0.4.6"

0 comments on commit 65d3104

Please sign in to comment.