Skip to content

Commit 4f54b98

Browse files
authored
release: 2.0.0 (#55)
1 parent e15f6f4 commit 4f54b98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_native_statistics (2.0.0.rc.3)
4+
ruby_native_statistics (2.0.0)
55
rb_sys (~> 0.9.91)
66

77
GEM

ext/ruby_native_statistics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruby_native_statistics"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0"
44
edition = "2024"
55

66
[lib]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyNativeStatistics
4-
VERSION = '2.0.0.rc.3'
4+
VERSION = '2.0.0'
55
end

0 commit comments

Comments
 (0)