Skip to content

Commit

Permalink
fix: inconsistency in rockspec
Browse files Browse the repository at this point in the history
Fixes the following discrepancy between the file name and the version:
```
Error: Inconsistency between rockspec filename (rest.nvim-scm-1.rockspec) and its contents (rest.nvim-0.1-2.rockspec).
```
  • Loading branch information
Leixb committed Mar 9, 2023
1 parent c63c780 commit 8f0232b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest.nvim-scm-1.rockspec → rest.nvim-scm-3.rockspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local MAJOR, REV = "0.1", "-2"
local MAJOR, REV = "scm", "-3"
rockspec_format = "3.0"
package = "rest.nvim"
version = MAJOR .. REV
Expand Down

0 comments on commit 8f0232b

Please sign in to comment.