Skip to content

Commit

Permalink
fix minor version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfworsoe committed Nov 28, 2019
1 parent c9ab81e commit e1206c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include("liftedfrombindeps.jl")

# define current version:
mskvmajor = "9"
mskvminor = "0"
mskvminor = "1"

mskplatform,distroext =
if Sys.ARCH == :i386 || Sys.ARCH == :i686
Expand Down

2 comments on commit e1206c9

@ulfworsoe
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name 1.1.0 already exists and points to a different commit"

Please sign in to comment.