lib/webpacker/version.rb in webpacker-jets-3.2.100 vs lib/webpacker/version.rb in webpacker-jets-3.2.101

- old
+ new

@@ -3,7 +3,7 @@ # Since this fork and branch originally started from rails/webpacker # The git tags collide. As a hacky workaround adding 100 to the patch version. # Example: # webpacker-jets 3.2.100 # added 100 to the patch version # webpacker 3.2.0 # original - VERSION = "3.2.100".freeze + VERSION = "3.2.101".freeze end