Skip to content

Commit 307829b

Browse files
committed
chore: bump to v0.5.0
1 parent a47b81a commit 307829b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Wireguardex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/firezone/wireguardex"
5-
@version "0.4.0"
5+
@version "0.5.0"
66

77
def project do
88
[

native/wireguard_nif/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/wireguard_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wireguard_nif"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jamil Bou Kheir <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)