There was an error while loading. Please reload this page.
1 parent 7010220 commit f8b0d1eCopy full SHA for f8b0d1e
2 files changed
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Archive and rename binary
46
shell: bash
47
run: |
48
- VERSION=${{ steps.version.outputs.VERSION }}
+ VERSION=${{ steps.extract.outputs.VERSION }}
49
SUFFIX=${{ matrix.suffix }}
50
EXT=${{ matrix.ext }}
51
mkdir -p dist
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "scal3"
3
description = "Verify that systems operate under your sole control (prototype, patent pending)"
4
license = "CC-BY-NC-4.0"
5
-version = "0.3.2"
+version = "0.3.4"
6
edition = "2021"
7
repository = "https://github.com/cleverbase/scal3"
8
authors = ["Sander Dijkhuis <sander.dijkhuis@cleverbase.com>"]
0 commit comments