Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nimezhu committed Mar 15, 2021
1 parent 3094651 commit 8a787a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
//VERSION : Version of NucleServer
VERSION = "0.1.9"
VERSION = "0.2.0"
//DIR : Default Directory for NucleServer
DIR = ".nucle"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/nimezhu/box v0.0.1
github.com/nimezhu/data v0.0.2
github.com/nimezhu/go.uuid v1.2.1 // indirect
github.com/nimezhu/indexed v0.0.1 // indirect
github.com/nimezhu/indexed v0.0.3 // indirect
github.com/nimezhu/nbdata v0.0.1
github.com/nimezhu/tbl2x v0.0.1 // indirect
github.com/rhysd/go-github-selfupdate v1.2.2
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ github.com/nimezhu/go.uuid v1.2.1 h1:hhchJInlG/UkkIATvlfwc2G5Lz2E6xlTJJOx3VmMP0E
github.com/nimezhu/go.uuid v1.2.1/go.mod h1:Xa533ZxO/7PwG039B8ZFziVc2Aw7Ksd1mknZxR0XdX8=
github.com/nimezhu/indexed v0.0.1 h1:uGSpGHji2SF01X4WQkDlXSm2trui4t2d1mCG2VSJHNA=
github.com/nimezhu/indexed v0.0.1/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY=
github.com/nimezhu/indexed v0.0.2 h1:muI4s8TH+2/184Bwhl46lzvpfzHtJS6TqIQJhoSNkYM=
github.com/nimezhu/indexed v0.0.2/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY=
github.com/nimezhu/indexed v0.0.3 h1:odUpvBSkpWm6gYVfTKcvImaCFV+3RROe1gTfPUEgznc=
github.com/nimezhu/indexed v0.0.3/go.mod h1:VzrXw9whuVxHyPeBwIPG2bu91arEdNqttRaWGEKvcYY=
github.com/nimezhu/nbdata v0.0.1 h1:xJR90qFMHKgLB0M634ALm0Wy0ITb/EdfOvabrdz5XMU=
github.com/nimezhu/nbdata v0.0.1/go.mod h1:ST5v8CZLC5mAig78gCHKiFmGS+cNPP/2Fg0SWY+3WOQ=
github.com/nimezhu/netio v0.0.0-20181023140452-2c1d703652df h1:yM8Fr0jgJ/rI/hu5LTImtPMZLUXCOQmAL3k2U4m62VU=
Expand Down

0 comments on commit 8a787a2

Please sign in to comment.