Skip to content

Commit

Permalink
Bump versions pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Aug 23, 2023
1 parent 4d1c88d commit 33da694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lc.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package
version = "0.20.7"
version = "0.20.8"
author = "Charles Blake"
description = "A post-modern, \"multi-dimensional\", configurable, abbreviating, extensible ls/file lister"
license = "MIT/ISC"
bin = @["lc"]
installDirs = @["man", "configs"]
# Dependencies
requires "nim >= 1.6.0", "cligen >= 1.6.13"
requires "nim >= 1.6.0", "cligen >= 1.6.14"

import os, strutils #XXX from os import parentDir, getEnv, dirExists fails
proc getNimbleDir: string =
Expand Down

0 comments on commit 33da694

Please sign in to comment.