Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 19, 2019
1 parent 7fd765e commit 34820d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
build/
package/usr
gopacked
twitchparse
*.exe
2 changes: 1 addition & 1 deletion cmd/gopacked/gopacked.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var minecraftPath = flag.MakeFull("m", "minecraft", "The minecraft directory.",
var side = flag.MakeFull("s", "side", "The side (client or server) to install.", string(gopacked.SideClient)).String()
var wantHelp, _ = flag.MakeHelpFlag()

const help = `goPacked v0.4.0 - Simple command-line Minecraft modpack manager.
const help = `goPacked v0.4.1 - Simple command-line Minecraft modpack manager.
Usage:
gopacked [-h] [-p PATH] [-m PATH] <ACTION> <URL/NAME>
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module maunium.net/go/gopacked

require maunium.net/go/mauflag v1.0.0

go 1.11
2 changes: 1 addition & 1 deletion package/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gopacked
Version: 0.4.0-1
Version: 0.4.1-1
Section: base
Priority: optional
Architecture: amd64
Expand Down

0 comments on commit 34820d2

Please sign in to comment.