Skip to content

Commit

Permalink
Merge pull request #33 from mashingan/version-0.7.1
Browse files Browse the repository at this point in the history
updating version to avoid conflicts in package manager #32
  • Loading branch information
samsamros authored Jan 13, 2024
2 parents 5d7c61c + f7f2788 commit ef6a4e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anonimongo.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.7.0"
version = "0.7.1"
author = "Rahmatullah"
description = "Anonimongo - Another pure Nim Mongo driver"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/anonimongo/dbops/client.nim
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const
drivername = "anonimongo"
description = "nim mongo driver"
when not defined(anostreamable):
const anonimongoVersion* = "0.7.0"
const anonimongoVersion* = "0.7.1"
else:
const anonimongoVersion* = "0.7.0-stream"
const anonimongoVersion* = "0.7.1-stream"

proc handshake(m: Mongo[AsyncSocket], isMaster: bool, s: AsyncSocket, db: string, id: int32,
appname = "Anonimongo client apps"):Future[ReplyFormat] {.multisock.} =
Expand Down

0 comments on commit ef6a4e1

Please sign in to comment.