Skip to content

Commit b998065

Browse files
committed
Bump version to 0.2.5
1 parent 5bdb111 commit b998065

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

mix.exs

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

4-
@version "0.2.4"
4+
@version "0.2.5"
55
@source_url "https://github.com/lpgauth/torque"
66

77
def project do

native/torque_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "torque_nif"
33
# Must match @version in mix.exs — release.sh refuses to tag on a mismatch.
4-
version = "0.2.4"
4+
version = "0.2.5"
55
edition = "2021"
66

77
[lib]

0 commit comments

Comments
 (0)