Skip to content

Commit

Permalink
Update version and copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Feb 14, 2024
1 parent e5c0e83 commit f5a163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/common.sld
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
get-library-installation-dir
get-program-installation-dir)
(begin
(define *winds-version* "0.35.0")
(define *winds-version* "0.36.0")

;; The only global variable that is a parameter
(define *default-code-directory* (make-parameter "cyclone"))
Expand Down
2 changes: 1 addition & 1 deletion winds.scm
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"
Winds - a package manager for Cyclone Scheme
https://github.com/cyclone-scheme/winds
(c) 2022 - Cyclone Team
(c) 2022-2024 Cyclone Team
Version ~a~%"
*winds-version*))

Expand Down

0 comments on commit f5a163b

Please sign in to comment.