Skip to content

Commit a4a17d7

Browse files
committed
buimp
1 parent 373c3d7 commit a4a17d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=restack-get-started
2-
VERSION=0.6.20
2+
VERSION=0.6.24
33
BUILD_DIR=build
44

55
.PHONY: all linux macos clean

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restackio/get-started",
3-
"version": "0.6.23",
3+
"version": "0.6.24",
44
"description": "A getting started command which will help with a first application using Restack framework",
55
"bin": {
66
"get-started": "get-started.sh"

pypi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "restackio.get-started"
3-
version = "0.6.23"
3+
version = "0.6.24"
44
readme = "README.md"
55
description = "A package to get started with Restack"
66
authors = ["Your Name <[email protected]>"]

0 commit comments

Comments
 (0)