Skip to content

Commit 260ddbd

Browse files
committed
Cut 1.44.1
1 parent c570e1e commit 260ddbd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.44.1 (2025-04-11)
6+
57
### Bug fixes
68

79
* [#378](https://github.com/rubocop/rubocop-ast/pull/378): Fix `flip-flop` operator possible children nodes count. ([@viralpraxis][])

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-ast
22
title: RuboCop AST
3-
version: master
3+
version: '1.44'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/ast/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module AST
55
module Version
6-
STRING = '1.44.0'
6+
STRING = '1.44.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)