Skip to content

Commit 5e0bad6

Browse files
committed
Bump version to 2.4.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent c78bbcb commit 5e0bad6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# win32-service Change Log
22

3-
<!-- latest_release 2.4.0 -->
4-
## [win32-service-2.4.0](https://github.com/chef/win32-service/tree/win32-service-2.4.0) (2025-06-30)
3+
<!-- latest_release 2.4.1 -->
4+
## [win32-service-2.4.1](https://github.com/chef/win32-service/tree/win32-service-2.4.1) (2025-11-18)
55

66
#### Merged Pull Requests
7-
- Updating for Ruby 3.4 and Cookstyle [#87](https://github.com/chef/win32-service/pull/87) ([johnmccrae](https://github.com/johnmccrae))
7+
- Set up AI-assisted development workflow [#94](https://github.com/chef/win32-service/pull/94) ([rishichawda](https://github.com/rishichawda))
88
<!-- latest_release -->
99

1010
<!-- release_rollup since=2.3.2 -->
1111
### Changes not yet released to rubygems.org
1212

1313
#### Merged Pull Requests
14+
- Set up AI-assisted development workflow [#94](https://github.com/chef/win32-service/pull/94) ([rishichawda](https://github.com/rishichawda)) <!-- 2.4.1 -->
1415
- Updating for Ruby 3.4 and Cookstyle [#87](https://github.com/chef/win32-service/pull/87) ([johnmccrae](https://github.com/johnmccrae)) <!-- 2.4.0 -->
1516
<!-- release_rollup -->
1617

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

lib/win32/windows/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Win32
22
class Service
3-
VERSION = "2.4.0".freeze
3+
VERSION = "2.4.1".freeze
44
MAJOR, MINOR, TINY = VERSION.split(".")
55
end
66
end

0 commit comments

Comments
 (0)