Skip to content

Commit 806f73f

Browse files
committed
bump version code
1 parent 575c3f7 commit 806f73f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodejs",
33
"sdk": "github.com/fluentci-io/daggerverse/deno-sdk@main",
4-
"version": "v0.8.0",
4+
"version": "v0.8.1",
55
"description": "",
66
"author": "Tsiry Sandratraina",
77
"license": "MIT"

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentci/nodejs",
3-
"version": "0.7.1",
3+
"version": "0.8.1",
44
"exports": "./mod.ts",
55
"importMap": "import_map.json",
66
"tasks": {

fluentci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = [
55
description = "CI/CD Plugin for Node.js"
66
license = "MIT"
77
name = "nodejs"
8-
version = "0.8.0"
8+
version = "0.8.1"

0 commit comments

Comments
 (0)