Skip to content

Commit ee40a67

Browse files
committed
πŸ‘©β€πŸ”¬ v1.45.0
It's International Day of Women and Girls in Science! Hooray! It's also white shirt day. Who comes up with these?
1 parent d082a51 commit ee40a67

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.45.0
44

55
* Updates rubocop to [1.71.0](https://github.com/rubocop/rubocop/tree/v1.71.0)
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.44.0)
4+
standard (1.45.0)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
77
rubocop (~> 1.71.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.44.0")
2+
VERSION = Gem::Version.new("1.45.0")
33
end

0 commit comments

Comments
Β (0)