Skip to content

Commit 14d07dd

Browse files
committed
Set version to 3.2-beta1
1 parent 2a45925 commit 14d07dd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.2 (to be relesaed)
2+
---------------------
3+
- added Throw In Challenge for RoboCup 2024
4+
15
Version 3.1 (RoboCup 2023)
26
---------------------
37
- Rolling Ball Challenge: add rule to prevent player from moving too far

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>magmaoffenburg</groupId>
66
<artifactId>magmachallenge</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.1</version>
8+
<version>3.2-beta1</version>
99
<name>magmaChallenge</name>
1010
<url>https://github.com/magmaOffenburg/magmaChallenge</url>
1111

src/main/java/magma/tools/benchmark/view/BenchmarkView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
6161
{
62-
public static final String VERSION = "3.2";
62+
public static final String VERSION = "3.2-beta1";
6363

6464
private final JComboBox<ChallengeType> challenge;
6565

0 commit comments

Comments
 (0)