Skip to content

Commit 61791e7

Browse files
committedMar 11, 2025·
💉 v1.46.0
It's National Immune System day! Have lots of vitamin c and zinc i guess!
1 parent 91a2df1 commit 61791e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.46.0
44

55
* Updates rubocop to [1.73.2](https://github.com/rubocop/rubocop/tree/v1.73.2)
66

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
standard (1.45.0)
4+
standard (1.46.0)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
77
rubocop (~> 1.73.0)

‎lib/standard/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Standard
2-
VERSION = Gem::Version.new("1.45.0")
2+
VERSION = Gem::Version.new("1.46.0")
33
end

0 commit comments

Comments
 (0)
Please sign in to comment.