Skip to content

Commit

Permalink
Start 1.0.8 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jul 12, 2023
1 parent 7a773e5 commit 5f64a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/DoxyFile.NATS.Client
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "NATS .NET Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.7
PROJECT_NUMBER = 1.0.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion documentation/build_deploy_doc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ rd ..\nats.net\documentation\NATS.Client /S /Q

: Step 7. git add, commit and push
git add -A
git commit -m "Docs for 1.0.7"
git commit -m "Docs for 1.0.8"
git push origin gh-pages

0 comments on commit 5f64a92

Please sign in to comment.