Skip to content

Commit

Permalink
updated the version to major version
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jan 15, 2025
1 parent cf3ca99 commit 5e1cfc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ artifact_channels:

release_branches:
- workstation-LTS:
version_constraint: 0.*
version_constraint: 8.*
- main:
version_constraint: 7.*

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
8.0.0
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "0.1.2" # rubocop: disable Style/StringLiterals
VERSION = "8.0.0" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.1'
end

0 comments on commit 5e1cfc9

Please sign in to comment.