diff --git a/.drone.yml b/.drone.yml index bf77c9f..0cb530e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - name: build amd64 image: rust:1.73-alpine commands: - - pwd && ls -al && ./version.sh + - pwd && ls -al && sh ./version.sh - apk add --no-cache musl-dev gcc-aarch64-none-elf bash - mkdir /artifacts/mouse-amd64 - cp LICENSE.txt /artifacts/mouse-amd64/ diff --git a/Cargo.toml b/Cargo.toml index 167ddff..665cc7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mouse" authors = ["Jochen Maes "] description = "Information gatherer for systems." # this will be overwritten during builds! so ignore -version = "0.0.0" +version = "v0.1.3-next-" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html