Skip to content

Commit

Permalink
Set version to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Aug 12, 2024
1 parent 89b68a8 commit 331bbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.2 (to be relesaed)
Version 3.2 (RoboCup 2024)
---------------------
- added Throw In Challenge for RoboCup 2024

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>magmaoffenburg</groupId>
<artifactId>magmachallenge</artifactId>
<packaging>jar</packaging>
<version>3.2-beta2</version>
<version>3.2</version>
<name>magmaChallenge</name>
<url>https://github.com/magmaOffenburg/magmaChallenge</url>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
*/
public class BenchmarkView extends JFrame implements IObserver<IModelReadOnly>
{
public static final String VERSION = "3.2-beta2";
public static final String VERSION = "3.2";

private final JComboBox<ChallengeType> challenge;

Expand Down

0 comments on commit 331bbee

Please sign in to comment.