Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuudi committed Feb 11, 2021
1 parent 7377746 commit 9b9f8e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:
- master
paths:
- src/client/**
tags-ignore:
- v*
pull_request:
types:
- opened
- edited
- synchronize

jobs:
Expand Down Expand Up @@ -77,4 +78,4 @@ jobs:
- name: Upload
uses: docker://rclone/rclone:1
with:
args: --config rclone.conf copy yobot.exe remote:pan/yobot/test/${{ github.run_id }}/
args: --config rclone.conf copy yobot.exe remote:pan/yobot/test/${{ github.run_number }}/
2 changes: 1 addition & 1 deletion .github/workflows/windows-exe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo ::group::Install Dependencies
pip install wheel
pip install pyinstaller -r .\src\client\requirements.txt
pip install pyinstaller -r requirements.txt
echo ::endgroup::
echo ::group::Build Binary
Expand Down
4 changes: 2 additions & 2 deletions src/client/yobot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@


class Yobot:
Version = "[v3.6.10]" # semver
Version_id = 240
Version = "[v3.6.11]" # semver
Version_id = 253
# "git rev-list --count HEAD"

def __init__(self, *,
Expand Down

0 comments on commit 9b9f8e0

Please sign in to comment.