Skip to content

Commit

Permalink
chore: bump version to 0.4 (#48)
Browse files Browse the repository at this point in the history
* bump version

* bump CI image version

---------

Co-authored-by: Maciej Wójcik <[email protected]>
  • Loading branch information
wojcik91 and Maciej Wójcik authored Jan 23, 2024
1 parent 54c5ede commit 2264bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
test:
runs-on: [self-hosted, Linux]
container: rust:1.72
container: rust:1.75

steps:
- name: Debug
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defguard_wireguard_rs"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
description = "A unified multi-platform high-level API for managing WireGuard interfaces"
license = "Apache-2.0"
Expand Down

0 comments on commit 2264bec

Please sign in to comment.