Skip to content

Commit

Permalink
release: 4.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Nov 2, 2024
1 parent 9d2a7ff commit a8a5538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

################################################################################

VERSION_INFO = (4, 1, 9)
VERSION_INFO = (4, 2, 0)
VERSION = ".".join(map(str, VERSION_INFO))

################################################################################
Expand Down

0 comments on commit a8a5538

Please sign in to comment.