Skip to content

Commit dd1b76c

Browse files
Merge pull request #12 from bytesonus/develop
0.1.3-1-beta
2 parents 511c576 + 05b42ee commit dd1b76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Publish Release (Github Release)
120120
uses: softprops/action-gh-release@v1
121121
with:
122-
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}.crate
122+
files: target/package/juno-${{steps.version_check.outputs.rawVersion}}-beta.crate
123123
tag_name: ${{steps.version_check.outputs.releaseVersion}}
124124
prerelease: true
125125
env:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Rakshith Ravi <[email protected]>"]
33
edition = "2018"
44
name = "juno"
5-
version = "0.1.2-1"
5+
version = "0.1.3-1"
66
license = "MIT"
77
description = "A helper rust library for the juno microservices framework"
88
homepage = "https://github.com/bytesonus/juno-rust"

0 commit comments

Comments
 (0)