Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbdsux committed May 26, 2021
1 parent 9a53ca8 commit 0d3352f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# minidb

[![Test Status](https://github.com/TheBoringDude/minidb/workflows/Test/badge.svg)](https://github.com/TheBoringDude/minidb/actions)

a simple multi-flat-files json database

This has a really weird structure and api and **I know it :happy:**
Expand Down
2 changes: 1 addition & 1 deletion minidb.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"sync"
)

const Version = "0.0.1"
const Version = "0.1.0"

type (
// BaseMiniDB is the base db structure.
Expand Down

0 comments on commit 0d3352f

Please sign in to comment.