Skip to content

Commit e3eeae5

Browse files
authored
Bumped version to 0.2.2 (#135)
1 parent 953ea75 commit e3eeae5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaia",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Build powerful pipelines in any programming language.",
55
"repository": "gaia-pipeline/gaia",
66
"homepage": "https://github.com/gaia-pipeline/gaia",

server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323

2424
const (
2525
// Version is the current version of gaia.
26-
Version = "0.2.1"
26+
Version = "0.2.2"
2727

2828
dataFolder = "data"
2929
pipelinesFolder = "pipelines"

0 commit comments

Comments
 (0)