Skip to content

Commit

Permalink
pre-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Jan 11, 2024
1 parent f06f505 commit a4b4303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/patcher/lombok/patcher/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2023 The Project Lombok Authors.
* Copyright (C) 2009-2024 The Project Lombok Authors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -26,7 +26,7 @@
*/
public class Version {
// ** CAREFUL ** - this class must always compile with 0 dependencies (it must not refer to any other sources or libraries).
private static final String VERSION = "0.49";
private static final String VERSION = "0.50";

private Version() {
//Prevent instantiation
Expand Down

0 comments on commit a4b4303

Please sign in to comment.