Skip to content

Commit

Permalink
mod data v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nimezhu committed Apr 27, 2021
1 parent 8ac669a commit a6eea83
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 10 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.2.3"
VERSION = "0.2.4"
//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 @@ -7,7 +7,7 @@ require (
github.com/gorilla/mux v1.7.4
github.com/nimezhu/asheets v0.0.1
github.com/nimezhu/box v0.0.1
github.com/nimezhu/data v0.0.17
github.com/nimezhu/data v0.0.18
github.com/nimezhu/go.uuid v1.2.1 // indirect
github.com/nimezhu/nbdata v0.0.3
github.com/nimezhu/tbl2x v0.0.1 // indirect
Expand Down
Loading

0 comments on commit a6eea83

Please sign in to comment.