Skip to content

Commit

Permalink
increase version to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Jul 11, 2021
1 parent 44cc788 commit e262634
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

The changes not yet present in any release are listed in this section.

## 3.12.0 (2021-07-11)

### Added

* Support for ASUS ZenBook UX430UN ([Kristian Klausen](https://github.com/klausenbusk)).
Expand Down
2 changes: 1 addition & 1 deletion src/asus-fan-control
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main() {
# Initializes static constants.
init_constants() {
# the current version of asus-fan-control
readonly VERSION=3.11.0
readonly VERSION=3.12.0

# ACPI related constants
readonly ACPI_WRITE_COMMAND='\_SB.PCI0.LPCB.EC0.WRAM' # write to ACPI
Expand Down

0 comments on commit e262634

Please sign in to comment.