Skip to content

Commit

Permalink
Fix VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jul 1, 2019
1 parent e907c50 commit 99f046c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public final class GoogleUtils {
*
* @since 1.14
*/
public static final Integer BUGFIX_VERSION = 1
public static final Integer BUGFIX_VERSION = 1;

/** Current release version. */
// NOTE: toString() so compiler thinks it isn't a constant, so it won't inline it
Expand Down

0 comments on commit 99f046c

Please sign in to comment.