Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SixofClubsss committed Jan 19, 2024
1 parent 7e64e72 commit acca9ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion duel/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

const app_tag = "Duels"

var version = semver.MustParse("0.1.0-dev.4")
var version = semver.MustParse("0.1.0-dev.5")
var gnomon = gnomes.NewGnomes()

// Check duel package version
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
fyne.io/fyne/v2 v2.4.4-0.20231224124904-a09bbd790b98
github.com/blang/semver/v4 v4.0.0
github.com/civilware/Gnomon v0.0.0-20240102201536-a5900d5a61da
github.com/dReam-dApps/dReams v0.11.1-0.20240116005155-bde879f584a9
github.com/dReam-dApps/dReams v0.11.1-0.20240119220150-6bd74607a301
github.com/deroproject/derohe v0.0.0-20230604143809-765b2db1f482
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creachadair/jrpc2 v0.43.0 h1:sgYSOoAWXZ5cx9pd2pYH8dkrjCNdDpFwhO4ucMeUz7U=
github.com/creachadair/jrpc2 v0.43.0/go.mod h1:oOdNFoMQQpSirGcSujG10NYl05K/IYrIUUNbh+/Xcd8=
github.com/dReam-dApps/dReams v0.11.1-0.20240116005155-bde879f584a9 h1:s8P6pNEBlX6Iu70v5/cK24v3buhxJnydqBV8Fwc48j0=
github.com/dReam-dApps/dReams v0.11.1-0.20240116005155-bde879f584a9/go.mod h1:Nr695C6qfaYqzq/VzQeFBrzZ5DBwN83l6EZI13EPnUg=
github.com/dReam-dApps/dReams v0.11.1-0.20240119220150-6bd74607a301 h1:fCqU8OebuTSDaPBaAj11prrGBpfHT/QNtTwkY8UOdwA=
github.com/dReam-dApps/dReams v0.11.1-0.20240119220150-6bd74607a301/go.mod h1:8a5odzfZkGYfGTBXIyprX5KFhuR2mBRWbmy/0KRax+Y=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit acca9ae

Please sign in to comment.