Skip to content

Commit

Permalink
Change git-inject version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed May 12, 2021
1 parent b185077 commit a475f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

:middleware [leiningen.git-inject/middleware]

:git-inject {:version-pattern #"(\d+\.\d+\.\d+)"}
:git-inject {:version-pattern #"(\d+\.\d+\.\d+.*)"}

:deploy-repositories [["clojars" {:sign-releases false
:url "https://clojars.org/repo"
Expand Down

0 comments on commit a475f8a

Please sign in to comment.