Skip to content

Commit d91c997

Browse files
committed
deps: update ata to 0.10.3
1 parent 638b970 commit d91c997

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deps/ata/ata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2026-04-12 17:45:05 +0300. Do not edit! */
1+
/* auto-generated on 2026-04-18 10:54:35 +0100. Do not edit! */
22
/* begin file src/ata.cpp */
33
#include "ata.h"
44

deps/ata/ata.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2026-04-12 17:45:05 +0300. Do not edit! */
1+
/* auto-generated on 2026-04-18 10:54:35 +0100. Do not edit! */
22
/* begin file include/ata.h */
33
#pragma once
44

@@ -10,16 +10,16 @@
1010
#include <variant>
1111
#include <vector>
1212

13-
#define ATA_VERSION "0.9.0"
13+
#define ATA_VERSION "0.10.3"
1414

1515
namespace ata {
1616

1717
inline constexpr uint32_t VERSION_MAJOR = 0;
18-
inline constexpr uint32_t VERSION_MINOR = 9;
19-
inline constexpr uint32_t VERSION_REVISION = 0;
18+
inline constexpr uint32_t VERSION_MINOR = 10;
19+
inline constexpr uint32_t VERSION_REVISION = 3;
2020

2121
inline constexpr std::string_view version() noexcept {
22-
return "0.9.0";
22+
return "0.10.3";
2323
}
2424

2525
enum class error_code : uint8_t {

0 commit comments

Comments
 (0)