Skip to content

Commit

Permalink
remove .v extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alexferl committed Aug 1, 2023
1 parent d8e3653 commit 4abe601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gen_sort_variants.v → gen_sort_variants
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// remove the .v extension as the 'module main' part breaks when installing from vpm

module main

import os
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Module {
name: 'sort'
description: 'A port of Go\'s sort package to V'
version: '0.2.0'
version: '0.3.0'
license: 'MIT'
dependencies: []
}

0 comments on commit 4abe601

Please sign in to comment.