Skip to content

Commit

Permalink
Update to SFML 2.6.1 - no actual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Apr 27, 2024
1 parent 02f4773 commit 5370c71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 6 * * 6'

<% ubuntu, mac, windows = "Ubuntu", "macOS", "Windows" %>
<% latest_sfml = "2.6.0" %>
<% latest_sfml = "2.6.1" %>
<% homebrew = "Homebrew" %>
<% config = {os_ver: nil, sfml: latest_sfml, crystal: "latest", docker: nil, sfml_pkg: false} %>
<% matrix = [
Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SF
VERSION = "2.6.0"
SFML_VERSION = "2.6.0"
SFML_VERSION = "2.6.1"
end

0 comments on commit 5370c71

Please sign in to comment.