Fix up the version constant

This commit is contained in:
Dan Milne
2024-10-31 08:06:09 +11:00
parent ad48a4e335
commit 89432b2dac
3 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,5 @@
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "probot"
require "probot/version" # for testing the version number - otherwise the gemspec does it.
require "minitest/autorun"