Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 7d4f6f6

Browse files
committed
Bumping up version to 1.0.9
1 parent 7823c6a commit 7d4f6f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.8
1+
v1.0.9

docs/src/content/docs/get-started/hello-world.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once the DiceDB server starts, you will see output similar to this
2424
██████╔╝██║╚██████╗███████╗██████╔╝██████╔╝
2525
╚═════╝ ╚═╝ ╚═════╝╚══════╝╚═════╝ ╚═════╝
2626
27-
2025-04-17T11:45:32Z INF starting DiceDB version=v1.0.8
27+
2025-04-17T11:45:32Z INF starting DiceDB version=v1.0.9
2828
2025-04-17T11:45:32Z INF running with total_commands=40
2929
2025-04-17T11:45:32Z INF running with engine=ironhawk
3030
2025-04-17T11:45:32Z INF running with port=7379

docs/src/content/docs/sdk/go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [DiceDB Go SDK](https://github.com/dicedb/dicedb-go) is the official Go clie
1313
To install the DiceDB Go SDK, use `go get`:
1414

1515
```bash
16-
go get github.com/dicedb/[email protected].8
16+
go get github.com/dicedb/[email protected].9
1717
```
1818

1919
## Hello World

0 commit comments

Comments
 (0)