Skip to content

Commit

Permalink
rework version
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Apr 17, 2022
1 parent b956fab commit 132374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modpack/version.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Defines several common functions for working with minecraft versions, such as
## equality checking & comparisons to check whether a version is older or newer than another one.

import hashes, sequtils, strutils, sugar
import std/[hashes, sequtils, strutils, sugar]

type
## A minecraft version (1.11, 1.12.2, 1.16.4, 1.14.1, ...)
Expand Down

0 comments on commit 132374b

Please sign in to comment.