Skip to content

Commit

Permalink
bump versions to rc status
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrabear committed Nov 21, 2023
1 parent 7a7c44e commit a7b881e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmds/cmd_automod.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,4 +800,4 @@ async def add_joinrule(message: discord.Message, args: List[str], client: discor
},
}

version_info: str = "2.0.2-DEV"
version_info: str = "2.0.2"
2 changes: 1 addition & 1 deletion cmds/cmd_moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,4 +788,4 @@ async def purge_cli(message: discord.Message, args: List[str], client: discord.C
}
}

version_info: str = "2.0.2-DEV"
version_info: str = "2.0.2"
2 changes: 1 addition & 1 deletion cmds/cmd_reactionroles.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ async def rr_purge(message: discord.Message, args: List[str], client: discord.Cl
},
}

version_info: str = "2.0.2-DEV"
version_info: str = "2.0.2"
2 changes: 1 addition & 1 deletion cmds/cmd_scripting.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,4 @@ async def kill_task(message: discord.Message, args: List[str], client: discord.C
}
}

version_info: str = "2.0.2-DEV"
version_info: str = "2.0.2"
2 changes: 1 addition & 1 deletion cmds/cmd_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,4 +903,4 @@ async def try_guild(snowflake: int) -> Optional[discord.Embed]:
}
}

version_info: str = "2.0.2-DEV"
version_info: str = "2.0.2"

0 comments on commit a7b881e

Please sign in to comment.