Skip to content

Commit 4abe601

Browse files
committed
remove .v extension
1 parent d8e3653 commit 4abe601

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// remove the .v extension as the 'module main' part breaks when installing from vpm
2+
13
module main
24

35
import os

v.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Module {
22
name: 'sort'
33
description: 'A port of Go\'s sort package to V'
4-
version: '0.2.0'
4+
version: '0.3.0'
55
license: 'MIT'
66
dependencies: []
77
}

0 commit comments

Comments
 (0)