diff --git a/src/patcher/lombok/patcher/Version.java b/src/patcher/lombok/patcher/Version.java index c535026..d86db38 100644 --- a/src/patcher/lombok/patcher/Version.java +++ b/src/patcher/lombok/patcher/Version.java @@ -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 @@ -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