Skip to content

Commit

Permalink
Base discover (#75)
Browse files Browse the repository at this point in the history
* update sdk to v0.3.0

* update mod

* update version
  • Loading branch information
AstaFrode authored Jul 6, 2023
1 parent 54c4c24 commit 77d774d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
## Binaries for programs and plugins
main
oss*
deoss*
*.exe
*.dll
*.so
Expand Down
2 changes: 1 addition & 1 deletion configs/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
// Name space
NameSpace = Name
// version
Version = Name + " " + "v0.2.0"
Version = Name + " " + "v0.2.1"
// description
Description = "Object storage service based on cess network"
)
Expand Down

0 comments on commit 77d774d

Please sign in to comment.