Skip to content

Commit

Permalink
prepares next version (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
uklimaschewski authored Oct 13, 2024
1 parent e8abc02 commit a68603a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build

on:
push:
branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x" ]
branches: [ "main", "3.x.x"]
pull_request:
branches: [ "main", "3.0.x", "3.1.x", "3.2.x", "3.3.x", "3.4.x" ]
branches: [ "main", "3.x.x"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ezylang</groupId>
<artifactId>EvalEx</artifactId>
<version>3.4.0</version>
<version>3.5.0-SNAPSHOT</version>

<name>EvalEx</name>

Expand Down

0 comments on commit a68603a

Please sign in to comment.